home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3642 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: galaxy.ucr.edu!not-for-mail
  2. From: ychiu@cs.ucr.edu (Yuan-Chi Chiu)
  3. Newsgroups: comp.lang.c++
  4. Subject: portable string library
  5. Date: 25 Jan 1996 05:23:03 GMT
  6. Organization: University of California, Riverside
  7. Message-ID: <4e743n$3m@galaxy.ucr.edu>
  8. NNTP-Posting-Host: cs.ucr.edu
  9.  
  10. Hello all:
  11.  
  12.   I'm looking for a string library that is portable to at least between
  13. Unix and MicrosoftWindows.  I'm currently using g++ 2.7.2, and I'm using
  14. the STL library for its container classes (e.g. list, stack, queue), but
  15. I need a good string class to do complicated text manipulations.  Are there
  16. such a package in the standard C++ inside the GNU-C ?  I don't see it
  17. in the STL and I guess we have to use string class somewhere else.
  18.  
  19.   This is urgent.. if you know or know anyone who knows what I don't know
  20. please let me know.  Thanks!
  21.  
  22. Bill
  23. -- 
  24. +-------------------------------------------------------------------------+
  25. | Yuan-chi (Bill) Chiu.     ychiu@cs.ucr.edu     http://cs.ucr.edu/~ychiu |
  26. |-------------------------------------------------------------------------|
  27. | A process cannot be understood by stopping it.  Understanding must move |
  28. | with the flow of the process, must join it and flow with it.            |
  29. +-------------------------------------------------------------------------+
  30.